Are there hosted jQuery UI themes anywhere? [closed]
Posted
by
Kip
on Stack Overflow
See other posts from Stack Overflow
or by Kip
Published on 2009-08-28T18:08:11Z
Indexed on
2012/09/03
15:38 UTC
Read the original article
Hit count: 232
Possible Duplicate:
Downloading jQuery CSS from Google's CDN
I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to just point to a hosted CSS file (the same way I do with the hosted JS file), so that I don't have to worry about setting up directories for the widget images or the CSS files or anything like that.
Update
I've found this, referenced by the jqueryui.com source code:
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" />
Substituting the name of other themes from the themeroller page seems to work, but I'd love it if someone could find where on Google they list all the available themes that they are hosting. I'm not finding anything about this (maybe it is very recent?).
© Stack Overflow or respective owner